home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / Tools / lynx-2.4 / WWW / Library / sgi / Makefile
Encoding:
Makefile  |  1995-06-28  |  677 b   |  31 lines

  1. #  Make WWW for Silicon Graphics
  2. #
  3. # For W3 distribution, machine type for subdirectories
  4. WWW_MACH = sgi
  5.  
  6. # Architecutre in ASIS scheme
  7. #  SGI does not presently have ranlib.  Ignore the error
  8. #  message about that when the CommonMakefile tries to
  9. #  invoke it.
  10. ASIS_MACH = sgi/iris-3.5
  11.  
  12. CFLAGS = -DDEBUG -g
  13. CC = cc
  14. LFLAGS =
  15.  
  16. # Directory for installed binary:
  17. BINDIR = /usr/local/bin
  18.  
  19. #_________________ OK if normal W3 distribution
  20. # Where is the WWW source root?
  21. WWW = ../..
  22.  
  23. #  Where should temporary (object) files go?
  24. WTMP = ../..
  25.  
  26.  
  27. # Where is the W3 object library?
  28. LIBDIR = $(WWW)/Library/Implementation/$(WWW_MACH)
  29.  
  30. include $(WWW)/Library/Implementation/CommonMakefile
  31.